<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}
ul{list-style:none}
img{border:none}
a{text-decoration:none; color:#333;transition: all 0.6s;}
a:hover{color:#172A88;}
.clear{overflow:hidden;}
.margin{margin:0 auto;}
.float{float:left;}
body{font-size:14px; font-family:"微软雅黑"; background:#FFF; color:#444;}



/*.............. CSS 公共样式............. */

.w_100{ width:100%; margin:0 auto;}
.w_1400{width:1400px; margin:0 auto; }
.w_1300{width:1300px; margin:0 auto; }
.w_1200{width:1200px; margin:0 auto;}
.w_910{width:910px; margin:0 auto; }
.w_595{width:595px; margin:0 auto;}
.w_1100{width:1100px; margin:0 auto;}

.m10{ margin-top:10px;}
.m15{ margin-top:15px;}
.m20{ margin-top:20px;}
.m25{ margin-top:25px;}
.m30{ margin-top:30px;}
.m35{ margin-top:35px;}
.m40{ margin-top:40px;}
.m45{ margin-top:45px;}
.m50{ margin-top:50px;}
.m55{ margin-top:55px;}
.m60{ margin-top:60px;}
.m65{ margin-top:65px;}
.m70{ margin-top:70px;}
.m75{ margin-top:75px;}
.m80{ margin-top:80px;}
.m85{ margin-top:85px;}
.m90{ margin-top:90px;}
.m95{ margin-top:95px;}


/*.............. CSS 首页样式............. */

.top{height:90px; background:#fff; position:fixed; top:0px; left:0; z-index:10000; box-shadow:0 0 5px #999;}
.logo{ float:left;}
.top_phone{ float:right; color:#666; background:url(../images/tel.jpg) 0 center no-repeat; padding-left:50px; line-height:25px; margin-top:20px; font-size:14px;}
.top_phone b{display:block; color:#2c56a3; font-size:22px;}

.synav{width:840px; float:left; position:relative; margin-left:30px; }
.nav{ width:840px;   position:relative; z-index:1;  }
		.nav a{ color:#333;  }
		.nav .nLi{float:left; width:140px; position:relative; background:url(../images/nav.jpg) 115px center no-repeat; display:inline; text-align:center;}
		.nav .nLi h3 a{ font-size:16px; font-weight:normal; display:block; line-height:90px;}
		.nav .nLi h3 a:hover{color:#2c56a3; font-weight:bold;}
			
		.nav .sub{ display:none; width:140px; top:90px;left:-5px; border-top:none;  position:absolute; background:#eee; padding:0 10px;}
		.nav .sub li{zoom:1; font-size:15px; text-align:center; line-height:25px; overflow: hidden; border-top:1px #fff solid; padding:10px 0; }
		.nav .sub li a{color:#666; display:block;}
		.nav .sub li:hover a{color:#2c56a3; text-decoration:underline;}



.cp{background:#f1f1f1; padding-bottom:70px;}
.cp_h5{text-align:center;}
.cp_h5 h5{ font-size:38px; color:#333; font-weight: normal;}
.cp_h5 h5 b{ color:#2c56a3;  display:block;}

.cp_nav p{overflow:hidden; width:1200px; height:70px; background:#2c56a3; margin:0 auto; border-radius:10px; padding:0 15px;}
.cp_nav p a{ display:block; float:left; font-size:20px; width:190px; line-height:46px; height:46px; text-align:center; margin:0 5px; margin-top:12px; color:#fff; border-radius:10px;}
.cp_nav p a:hover{color:#2c56a3; background:#fff; font-weight:bold;}


.main_dd ul{ width:1332px; overflow:hidden;}
.main_dd ul li{ width:300px;  float: left; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1); margin:40px 16px 5px 16px; overflow:hidden;}
.main_dd ul li em{ width:280px; height:250px; margin:0 auto; margin-top:10px; display:block; overflow:hidden;}
.main_dd ul li em img{ width:280px; height:250px; display:block; overflow:hidden; transition: all 0.5s} 
.main_dd ul li p{ text-align:center; line-height:60px; height:60px; overflow:hidden;   font-size:16px; border-top:1px #ddd solid; padding:0 10px;}    
.main_dd ul li:hover em img{transform: scale(1.1);}
.main_dd ul li:hover p{ color:#2c56a3; border-top:1px #2c56a3 solid; font-weight:bold;}
/*滚动效果*/
.main_dd{width:1332px; HEIGHT:720px; margin:0 auto; margin-top:50px; }
.main_dd #demo0 {HEIGHT:720px; OVERFLOW: hidden;}
.main_dd #demo1 {MIN-HEIGHT: auto; WIDTH: 1332px; }
.main_dd #demo2{MIN-HEIGHT: auto; WIDTH: 1332px;}


.youshi{height:950px; background:url(../images/ys_bg.jpg) no-repeat bottom center #fff;}

/* 本例子css */
		.slideTxtBox2{width:100%; margin:0 auto; margin-top:30px; overflow:hidden;}
		.slideTxtBox2 .hd{width:1300px; margin:0 auto; overflow:hidden; height:100px; background:#fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin-top:10px;}
		
		.slideTxtBox2 .hd ul{width:1300px; margin:0 auto; overflow:hidden;}
		.slideTxtBox2 .hd ul li{width:325px; height:100px; text-align:left; overflow:hidden; float:left;}
		.slideTxtBox2 .hd ul li a{width:325px; display:inline-block; height:97px; border-bottom:3px #fff solid;}
		.slideTxtBox2 .hd ul li a dt{width:54px; height:54px; float:left; margin-left:70px; margin-right:16px; margin-top:20px;}
		.slideTxtBox2 .hd ul li a dd{float:left; text-align:left;}
		.slideTxtBox2 .hd ul li a dd h2{font-size:24px; font-weight:normal; margin-top:23px; color:#333;}
		.slideTxtBox2 .hd ul li a dd span{display:block; font-size:14px; color:#999;}
		.slideTxtBox2 .hd ul li.on a{border-bottom:3px #2c56a3 solid; color:#2c56a3; background:#f1f1f1;}
		.slideTxtBox2 .hd ul li.on span,.slideTxtBox2 .hd ul li.on h2{color:#2c56a3; font-weight:bold;}
		
		.slideTxtBox2 .hd ul li:first-child dt{background:url(../images/ys_01.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(2) dt{background:url(../images/ys_02.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(3) dt{background:url(../images/ys_03.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(4) dt{background:url(../images/ys_04.png) no-repeat;}
		.slideTxtBox2 .hd ul li:first-child.on dt{background:url(../images/ys_001.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(2).on dt{background:url(../images/ys_002.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(3).on dt{background:url(../images/ys_003.png) no-repeat;}
		.slideTxtBox2 .hd ul li:nth-child(4).on dt{background:url(../images/ys_004.png) no-repeat;}
		
		
		.slideTxtBox2 .bd{ width:1300px; height:500px; background:#fff; margin:0 auto; margin-top:50px; overflow:hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); margin-bottom:10px;}
		.slideTxtBox2 .bd .ys_tu img{display:block; overflow:hidden; width:580px; height:420px; transition: all 0.7s; float:left; margin:40px 0 0 40px;}
		.slideTxtBox2 .bd .ys_con{ width:600px; float:right; margin-right:40px; overflow:hidden; text-align:left;}
		.slideTxtBox2 .bd .ys_con h2{font-weight:normal; font-size:30px; color:#333; line-height:40px; margin-top:40px;}
		.slideTxtBox2 .bd .ys_con h2 b{color:#2c56a3;}
		.slideTxtBox2 .bd .ys_con p{font-size:14px; color:#888; border-bottom:1px #ddd solid; overflow:hidden; padding-bottom:10px;}
		.slideTxtBox2 .bd .ys_con dl{width:600px; margin:0 auto; overflow:hidden; margin-top:25px;}
		.slideTxtBox2 .bd .ys_con dl dt img{width:11px; float:left; margin-right:19px; display:block; margin-top:10px;}
		.slideTxtBox2 .bd .ys_con dl dd{width:530px; float:left; line-height:30px; color:#666; font-size:16px; overflow:hidden;}
		.slideTxtBox2 .bd .ys_con a{display:block; width:150px; height:40px; line-height:40px; text-align:center; font-size:18px; color:#2c56a3; border:1px #2c56a3 solid; margin-top:30px;}
		.slideTxtBox2 .bd .ys_con a:hover{color:#fff; border:1px #2c56a3 solid; background:#2c56a3;}
	


		.picScroll-left{ width:1320px; margin:0 auto; margin-top:50px; overflow:hidden; position:relative; }
		.picScroll-left .bd{ width:1320px; margin:0px auto; overflow:hidden;  }
		.picScroll-left .bd li{ width:400px; overflow: hidden; float:left; margin:0 20px; text-align:center; position:relative;} 
		.picScroll-left .bd li a{display:block;}
		.picScroll-left .bd li dt{ width:400px; height:300px; overflow:hidden;}
		.picScroll-left .bd li dt img{ width:400px; height:300px; display:block; overflow:hidden; transition: all 0.8s;}
		.picScroll-left .bd li dd{width:360px; padding:19px; border:1px #ddd solid; border-top:none;}
		.picScroll-left .bd li dd h2{font-size:18px; overflow:hidden; font-weight:normal; margin-top:11px;}
		.picScroll-left .bd li dd span{ display:block; width:150px; margin:20px auto; margin-bottom:15px; font-size:16px; line-height:45px; color:#fff; background:#2c56a3; border-radius:300px;}
		.picScroll-left .bd li:hover dd{border:1px #2c56a3 solid; border-top:none;}
		.picScroll-left .bd li:hover dd h2{ font-weight:bold; color:#2c56a3;}
		.picScroll-left .bd li:hover dd span{background:#F40505;}
		.picScroll-left .bd li:hover dt img{transform: scale(1.3);}
		.picScroll-left .bd li em{width:400px; height:300px; overflow:hidden; position:absolute; top:0px; left:0px; background:url(../images/bg11.png); opacity:0;transition: all 0.7s; background-size:100%;  } 
		.picScroll-left .bd li:hover em{  height:300px;opacity:1;} 



.liucheng{height:460px; background:url(../images/lc.jpg) no-repeat top center;}
.liuc_p li{float:left; text-align:center; width:128px; margin-top:100px;}
.liuc_p li img{display:block; width:128px; transition: all 0.8s;}
.liuc_p li span{font-size:17px; color:#fff; margin-top:15px; display:block;}

.liuc_p li.liuc_a{width:19px; height:110px; margin:0 22px; background:url(../images/lc_08.png) no-repeat; margin-top:100px;}
.liuc_p li:first-child{margin-left:15px;}

.liuc_p li:hover img{-webkit-transition: -webkit-transform 0.7s ease-out;
                   -moz-transition: -moz-transform 0.7s ease-out;
                        transition: transform 0.7s ease-out;
                         transform: rotateY(360deg);
                   -webkit-transform: rotateY(360deg);}




.jj_p{margin-top:50px; overflow:hidden;}
.about_tu{float:left;}
.about_tu img{width:630px; height:550px; display:block; overflow:hidden;}
.about_p{ float:right; width:610px;}
.about_p h2{ font-size:34px; color:#111;}
.about_p i{ display:block; width:50px; height:2px; background:#00358c; margin-top:25px;}
.about_p p{ margin-top:10px; line-height:35px; font-size:16px;}
.about_p ul{ width:650px; overflow:hidden; margin-top:40px;}
.about_p ul li{ float:left; width:190px; height:140px;  margin-right:20px;overflow:hidden; border-radius:10px;}
.about_p ul li img{ width:190px; height:140px; }
.about_p ul li p{ line-height:40px; width:130px; margin:0 auto; margin-top:-90px; border-radius:10px;position:relative; text-align:center; background:url(../images/bbg2.png);}
.about_p ul li:hover p{ background:#2c56a3; color:#fff;}


.xw{background:#f1f1f1; padding-bottom:70px;}
.slideTxtBox3{width:1300px; margin:0 auto; margin-top:40px;  }
.slideTxtBox3 .hd{ overflow:hidden; text-align:center; background:url(../images/xian.jpg) center center no-repeat;   } 
.slideTxtBox3 .hd li{ display:inline-block; text-align:center; width:150px; font-size:18px;font-family:"微软雅黑";line-height:45px;  border:1px #ddd solid; margin:0 10px; background:#fff; border-radius:30px; } 
.slideTxtBox3 .hd li a{ display:block; color:#333;}
.slideTxtBox3 .hd li.on{ background:#2c56a3;border:1px #2c56a3 solid; }
.slideTxtBox3 .hd li.on a{ color:#fff;}
.slideTxtBox3 .bd{ width:1300px; margin:0 auto; overflow: hidden; margin-top:45px; }

.news_z{ overflow: hidden;}
.news_z_tu{ float:left; width:630px; background:#fff; padding-bottom:40px;}
.news_z_tu img{ width:630px; height:380px;} 
.news_z_tu h2 a{ width:570px; margin:0 auto; display:block; font-size:20px; color:#111; line-height:30px; height:30px; overflow:hidden; margin-top:30px;}
.news_z_tu p{width:570px; margin:0 auto; margin-top:10px; line-height:30px; height:60px; overflow:hidden; color:#888;}
.news_z_tu:hover h2 a{ color:#003894;}

.news_z_p{  float:right;}
.news_z_p dl{ overflow:hidden; width:560px; padding:20px 30px; margin-bottom:14px; border:1px #ddd solid; background:#fff; }
.news_z_p dt{ float:left; color:#aaa; text-align:center; width:70px; font-size:16px;}
.news_z_p dt span{ font-size:50px; color:#2c56a3; display:block; font-weight:bold; margin-bottom:-5px;}
.news_z_p dd{ float:right; width:450px; margin-right:10px;}
.news_z_p dd h2 a{ display:block; font-size:18px; line-height:30px; height:30px; overflow:hidden;}
.news_z_p dd p{ margin-top:5px; line-height:25px; height:50px; overflow:hidden; color:#888;} 
.news_z_p dl:hover{ background:#2c56a3;}
.news_z_p dl:hover dt , .news_z_p dl:hover dt span{ color:#fff;}
.news_z_p dl:hover dd h2 a , .news_z_p dl:hover dd p{ color:#fff;}


.dibu{height:460px; background:url(../images/dd_bg.jpg) no-repeat top center;}

.dd_1{height:375px;}

.dibu1_lx{ float:left; margin-right:80px; width:350px; margin-top:55px;}
.dibu1_lx dl{width:350px; overflow:hidden; margin-top:15px;}
.dibu1_lx dl dt img{display:block; width:47px;  float:left; margin-right:13px;}
.dibu1_lx dl dd{width:290px; float:left; overflow:hidden;}
.dibu1_lx dl dd h3{ font-size:16px; color:#fff; font-weight:normal;}
.dibu1_lx dl dd b{ font-size:24px; color:#fff; margin-bottom:25px; margin-top:5px; display:block;}
.dibu1_lx dl dd p{ margin-bottom:25px; margin-top:5px; color:rgba(255,255,255,0.6);}

.dibu1_p{float:left; margin-right:100px; margin-top:50px;}
.dibu1_p ul{ margin-top:20px;}
.dibu1_p li a{ display:block; line-height:40px;color:#a9abac; float:left;}
.dibu1_p h3{ font-size:18px; color:#fff; font-weight:normal;}

.dibu1_er{ float:right;}
.dibu1_er p{ width:110px; float:right; margin-right:20px; line-height:40px; text-align:center; margin-top:20px; color:#a9abac;}
.dibu1_er p img{ width:110px; height:110px; display:block; margin-top:10px;}

.dd_2{height:85px; color:rgba(255,255,255,0.6); line-height:85px;}
.dd_2 span{display:block; float:right;}

.dibu a{  color:#a9abac; }
.dibu a:hover{ color:#fff; text-decoration:underline;}
.dibu1_p:last-child{margin-right:0;}




/*-------------------------------------------------------------------------------------------------------------------*/
/* banner */
.nyban {width: 100%;margin: 0 auto; overflow: hidden; margin-top:90px; position:relative; }
.nyban p {height: 300px;}

.kong{height:60px;}

.pub_nav{text-align:center;}
.pub_nav a{display:inline-block; padding:0 40px; margin:0 7px 15px 7px; height:50px; line-height:50px; border-radius:300px; font-size:18px; color:#333; background:#e5e5e5;}
.pub_nav a:hover{color:#2c56a3;}
.pub_nav a.on{color:#fff; background:#2c56a3; font-weight:bold;}

.ny_about_p{line-height:35px; font-size:16px; color:#333; text-align:left;}


.ny_rong{width:1400px; margin:0 auto; margin-top:10px;  overflow:hidden;}
.ny_rong li{ float:left; _display:inline; overflow:hidden; width:310px; background:#fff; margin:5px 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); border-radius:0 0 5px 5px; margin-top:40px;}
.ny_rong li em{display:block; width:310px; height:440px; overflow:hidden;}
.ny_rong li em img{display:block; width:310px; height:440px; overflow:hidden; transition: all 0.8s;}
.ny_rong li span{width:310px; margin:0 auto; color:#444; font-size:16px; height:60px; line-height:60px; overflow:hidden; text-align:center; display:block; background:#eee;}
.ny_rong li:hover span{background:#2c56a3; color:#fff;}
.ny_rong li:hover em img{transform: scale(1.1);}





.ny_rongx{width:1400px; margin:0 auto; margin-top:10px;  overflow:hidden;}
.ny_rongx li{ float:left; _display:inline; overflow:hidden; width:310px; background:#fff; margin:5px 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); border-radius:0 0 5px 5px; margin-top:40px;}
.ny_rongx li em{display:block; width:310px; height:220px; overflow:hidden;}
.ny_rongx li em img{display:block; width:310px; height:220px; overflow:hidden; transition: all 0.8s;}
.ny_rongx li span{width:310px; margin:0 auto; color:#444; font-size:16px; height:60px; line-height:60px; overflow:hidden; text-align:center; display:block; background:#eee;}
.ny_rongx li:hover span{background:#2c56a3; color:#fff;}
.ny_rongx li:hover em img{transform: scale(1.1);}


.ny_news_dao{text-align:center;}
.ny_news_dao a , .ny_news_dao span{ padding:10px 16px; font-size:16px; margin:0 3px; border-radius:3px; display:inline-block; border:1px #ddd solid; background:#fff;}
.ny_news_dao a.on , .ny_news_dao a:hover{ background:#2c56a3; color:#fff;border:1px #2c56a3 solid;}



/* 内页新闻 */
.ny_news_ul{width:1340px; margin:0 auto; margin-top:30px; overflow:hidden; }
.ny_news_ul li{width:570px; background:#fff; overflow:hidden; margin:20px 20px; float:left; background:#f1f1f1; padding:30px; transition:all 0.5s;}
.ny_news_ul li .date{width:110px; height:110px; float:left; text-align:center; transition: all 0.8s; margin-right:30px; background:#fff; overflow:hidden;}
.ny_news_ul li .date b{display:block; height:45px; line-height:45px; font-size:50px; margin:0 auto; color:#2c56a3; margin-top:15px;}
.ny_news_ul li .date span{display:block; font-size:17px; color:#888; margin-top:10px;}
.ny_news_ul li .xw_con{width:430px; float:right; text-align:left; overflow:hidden;}
.ny_news_ul li .xw_con h2{  font-size:19px; color:#222; line-height:30px; height:30px; overflow:hidden;}
.ny_news_ul li .xw_con p{font-size:13px; color:#888; line-height:25px; height:50px; overflow:hidden; margin-top:20px; border-top:1px #ddd solid; padding-top:15px;}
 
.ny_news_ul li:hover{ background:#2c56a3;}
.ny_news_ul li:hover .xw_con h2 a,.ny_news_ul li:hover .xw_con p{color:#fff;}
.ny_news_ul li:hover .date b{color:#2c56a3;}



.ny_dq{line-height:60px; color:#888; font-size:15px; background:#f3f3f3; border-bottom:1px #ddd solid;}
.ny_dq p{ background:url(../images/contact_us02.png) 0 center no-repeat;  text-indent:35px;}
.ny_dq a{ color:#888; margin:0 5px;}
.ny_dq a:hover , .ny_cp_r_h5 a:hover{color:#2c56a3 ; text-decoration:underline;}

.ny_news_h h2{ font-size: 28px; color:#111; line-height:40px; text-align:center;  margin-top:60px;}

.ny_news_t{  text-align:center; margin-top:10px; padding-bottom:20px; border-bottom:1px #ddd dashed; color:#888;}
.ny_news_p{ font-size:16px; color:#333; line-height:35px; margin-top:25px;}

.ny_n_dao{ line-height:40px; background:#f3f3f3; padding:20px 0; margin-top:30px; color:#2c56a3; overflow:hidden;}
.ny_n_dao_l{ float:left; font-size:16px; margin-left:30px;}
.ny_n_dao_l a{ color:#666;}
.ny_n_dao_l a:hover ,.ny_news_xg li:hover a{ color:#2c56a3; text-decoration:underline;}
.ny_n_dao_r{ float:right; margin-top:20px; margin-right:30px;}
.ny_n_dao_r a{ padding:9px 30px; background:#2c56a3; font-size:15px; color:#fff; border-radius:300px;}
.ny_n_dao_r a:hover{ background:#c00;}

.ny_news_xg{ margin-top:55px;  }
.ny_news_xg ul{ width:1350px; overflow:hidden; margin-top:10px;}
.ny_news_xg li{ width:620px; margin-right:50px; float:left; line-height:60px; height:60px; overflow:hidden; background:url(../images/icon_03.png) 0 center no-repeat; text-indent:20px; font-size:16px; border-bottom:1px #ddd dashed;}
.ny_news_xg li a{ color:#555;}
.ny_news_xg li span{ float:right; color:#aaa;}

.ny_news_xg h5 a:hover{  color:#2c56a3;}




.shili_bt{text-align:center;}
.shili_bt h5{font-size:36px; color:#333;}
.shili_bt i{display:block; width:44px; height:18px; margin:12px auto; overflow:hidden; background:url(../images/shili_01.png) no-repeat;}
.shili_bt span{display:block; font-size:17px; color:#888; overflow:hidden;}



.ny_anli{width:1320px; margin:0 auto; margin-top:10px; overflow:hidden;}
.ny_anli li{ width:400px; overflow: hidden; float:left; margin:0 20px; margin-top:40px; text-align:center; position:relative;} 
.ny_anli li a{display:block;}
.ny_anli li dt{ width:400px; height:300px; overflow:hidden;}
.ny_anli li dt img{ width:400px; height:300px; display:block; overflow:hidden; transition: all 0.8s;}
.ny_anli li dd{width:360px; padding:19px; border:1px #ddd solid; border-top:none;}
.ny_anli li dd h2{font-size:18px; overflow:hidden; font-weight:normal; margin-top:11px;}
.ny_anli li dd span{ display:block; width:150px; margin:20px auto; margin-bottom:15px; font-size:16px; line-height:45px; color:#fff; background:#2c56a3; border-radius:300px;}
.ny_anli li:hover dd{border:1px #2c56a3 solid; border-top:none;}
.ny_anli li:hover dd h2{ font-weight:bold; color:#2c56a3;}
.ny_anli li:hover dd span{background:#F40505;}
.ny_anli li:hover dt img{transform: scale(1.3);}
.ny_anli li em{width:400px; height:300px; overflow:hidden; position:absolute; top:0px; left:0px; background:url(../images/bg11.png); opacity:0;transition: all 0.7s; background-size:100%;  } 
.ny_anli li:hover em{  height:300px;opacity:1;}  




.picMarquee-left5{ width:1300px; margin:0px auto; overflow:hidden; position:relative;    }
.picMarquee-left5 .bd{width:1300px;    }
.picMarquee-left5 .bd ul{ overflow:hidden; zoom:1; }

.picMarquee-left5 .bd ul li{ width:300px; overflow: hidden; float:left; margin:0 16px; margin-top:40px; text-align:center; position:relative;} 
.picMarquee-left5 .bd ul li a{display:block;}
.picMarquee-left5 .bd ul li dt{ width:300px; height:225px; overflow:hidden;}
.picMarquee-left5 .bd ul li dt img{ width:300px; height:225px; display:block; overflow:hidden; transition: all 0.8s;}
.picMarquee-left5 .bd ul li dd{width:270px; padding:14px; border:1px #ddd solid; border-top:none;}
.picMarquee-left5 .bd ul li dd h2{font-size:16px; overflow:hidden; font-weight:normal; margin-top:11px;}
.picMarquee-left5 .bd ul li dd span{ display:block; width:120px; margin:15px auto; font-size:15px; line-height:35px; color:#fff; background:#2c56a3; border-radius:300px;}
.picMarquee-left5 .bd ul li:hover dd{border:1px #2c56a3 solid; border-top:none;}
.picMarquee-left5 .bd ul li:hover dd h2{ font-weight:bold; color:#2c56a3;}
.picMarquee-left5 .bd ul li:hover dd span{background:#F40505;}
.picMarquee-left5 .bd ul li:hover dt img{transform: scale(1.3);}
.picMarquee-left5 .bd ul li em{width:300px; height:225px; overflow:hidden; position:absolute; top:0px; left:0px; background:url(../images/bg11.png); opacity:0;transition: all 0.7s; background-size:100%;  } 
.picMarquee-left5 .bd ul li:hover em{  height:225px;opacity:1;}  



.ny_cp{ width:1332px; margin:0 auto; overflow:hidden;}
.ny_cp ul li{ width:300px;  float: left; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2); margin:40px 16px 5px 16px; overflow:hidden;}
.ny_cp ul li em{ width:280px; height:250px; margin:0 auto; margin-top:10px; display:block; overflow:hidden;}
.ny_cp ul li em img{ width:280px; height:250px; display:block; overflow:hidden; transition: all 0.5s} 
.ny_cp ul li p{ text-align:center; line-height:60px; height:60px; overflow:hidden;   font-size:16px; border-top:1px #ddd solid; padding:0 10px;}    
.ny_cp ul li:hover em img{transform: scale(1.1);}
.ny_cp ul li:hover p{ color:#2c56a3; border-top:1px #2c56a3 solid; font-weight:bold;}





.slideBox{ width:500px; float:left; height:430px;overflow:hidden; position:relative; border:2px #eee solid; padding:15px; }
		.slideBox .hd{ width:500px; line-height:55px; height:55px; overflow:hidden; position:absolute; left:15px; bottom:15px;z-index:1; background:rgba(0,0,0,0.6);}
		.slideBox .hd ul{ overflow:hidden; zoom:1;text-align:center; }
		.slideBox .hd ul li{ display:inline-block; margin:0 5px;width:12px; height:12px; border-radius:50%;background:#fff; cursor:pointer; color:#999; margin-top:20px;}
		.slideBox .hd ul li.on{ background:#c00; color:#c00; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle;   width:500px; height:430px;overflow:hidden;}
		.slideBox .bd li img{ width:500px; height:430px;  display:block; transition: all 0.6s; }


.cp_ny_r{ width:720px; float:right; overflow:hidden;}
.cp_ny_r h1{font-size:28px; color:#2c56a3; line-height:30px; margin-top:20px;}  

.ny_cp_p{margin-top:35px; padding:30px; background:#f3f3f3; overflow:hidden;border-radius:10px 10px 0 0; font-size:15px; color:#666; line-height:35px; text-align:left; } 
.dianhua{padding:20px; background:#2c56a3; overflow:hidden; border-radius:0 0 10px 10px; text-align:left; }
.dianhua p{background:url(../images/phone2.png) no-repeat 20px center; font-size:22px; color:#fff; text-indent:60px;}
.dianhua p b{font-size:30px;}

.cp_ny_r_a{ width:250px; line-height:50px; background:#2c56a3 url(../images/kefu.png) 50px center no-repeat; text-indent:30px; border-radius:10px; margin-top:25px;font-size:17px; text-align:center;}
.cp_ny_r_a a{  color:#fff; display:block; }

.ny_cp_h5{ line-height:60px; background:#f3f3f3; margin-top:40px; overflow:hidden;}
.ny_cp_h5 h5{ font-size:22px; background:#044fa0; width:150px; text-align:center; color:#fff; }


.picMarquee-left3{ width:1300px; margin:0px auto; overflow:hidden; position:relative;    }
.picMarquee-left3 .bd{width:1300px;}
.picMarquee-left3 .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left3 .bd ul li{ width:300px;  float: left; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2); margin:40px 16px 5px 16px; overflow:hidden;}
.picMarquee-left3 .bd ul li em{ width:280px; height:250px; margin:0 auto; margin-top:10px; display:block; overflow:hidden;}
.picMarquee-left3 .bd ul li em img{ width:280px; height:250px; display:block; overflow:hidden; transition: all 0.5s} 
.picMarquee-left3 .bd ul li p{ text-align:center; line-height:60px; height:60px; overflow:hidden;   font-size:16px; border-top:1px #ddd solid; padding:0 10px;}    
.picMarquee-left3 .bd ul li:hover em img{transform: scale(1.1);}
.picMarquee-left3 .bd ul li:hover p{ color:#2c56a3; border-top:1px #2c56a3 solid; font-weight:bold;}


 
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:195px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#002A97 url(../images/bbb.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#002A97 url(../images/bbb.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#002A97 url(../images/bbb.png) no-repeat 0 -113px; text-indent:40px;}
.yb_bar .yb_ercode{background:#002A97 url(../images/bbb.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px; width:140px; height:140px;}
.yb_QQ{display:block;text-indent:40px;width:99.5%;height:;color:#fff;}




/*---------------------2024/09/02新增------------------------------------------*/



.diyu{ overflow:hidden; border-bottom:1px #ddd solid;}
.diyu_p{ width:1300px; margin:0 auto; padding:15px 0;line-height:30px; overflow:hidden;}
.diyu b{ display:block; float:left; color: #454545; width:140px; }
.diyu p{ width:1000px; float:left; overflow:hidden;}
.diyu p a{ display:block; float:left; margin-left:20px; color:#666;}
.diyu span a{ display:block; float:right; font-size:14px;}


.ny_main02{ margin-top:30px; overflow:hidden;}
.ny_main02_zuo{ float:left; width:300px;}
.ny_main02_zuo_dao{width:300px; }
.ny_main02_zuo_dao h2{ background:#2c56a3; border-top-left-radius:90px; border-top-right-radius:10px;  padding:25px 0; text-align:center; font-size:30px; color:#fff;}
.ny_main02_zuo_dao h2 span{ display:block; font-size:12px; font-weight:normal; text-transform:uppercase; margin-top:5px;}
 

#sideMenu{width:300; margin:0 auto; background:#f5f7ff; padding-top:20px; padding-bottom:20px;   }
#sideMenu .hd{width:240px; margin:0 auto; height:50px; line-height:50px;  background:#FFF url(../images/li8.jpg) 20px center no-repeat; text-indent:50px;margin-bottom:10px; border-radius:10px;box-shadow:1px 1px 7px 0px rgb(156 156 156 / 15%);}
#sideMenu .hd a{display:block; font-size:16px; font-weight:normal; }
#sideMenu .hd.on a{color:#fff; font-weight:bold; font-size:17px;}
#sideMenu .hd.on{ background:#2c56a3 url(../images/li7.jpg) 25px center no-repeat; } 

#sideMenu .bd{overflow:hidden; width:230px; padding:0 10px; margin:0 auto; margin-bottom:10px;    }
#sideMenu .bd li{line-height:45px; height:45px; margin:0 auto; border-top:1px #eee solid; background:url(../images/icon_03.png) 20px center no-repeat;  text-indent:40px;  font-size:14px; }
#sideMenu .bd li a{ color:#888;}
#sideMenu .bd li a:hover , .ny_cp_r_h5 a:hover{color:#2c56a3; text-decoration:underline;}
#sideMenu .bd li.on a{ font-weight:bold; color:#2c56a3; background:none;}

#sideMenu .bd li:nth-child(1){ border-top:none;}
#sideMenu .bd&gt;li:first-child{ border-top:none;}



.ny_main02_zuo_lx{width:300px; background:#2c56a3; border-bottom-left-radius:10px; border-bottom-right-radius:90px;color:#fff; line-height:30px; text-align: center; padding:20px 0;}
.ny_main02_zuo_lx b{ display:block; font-size:26px;}

.ny_main02_you{ float:right; width:950px;}
.ny_main02_you_h5{ border-bottom:1px #ddd solid; padding-bottom:15px; background:url(../images/icon12.png) 5px 0 no-repeat; text-indent:40px;}
.ny_main02_you_h5 h5{ font-size:22px; color:#2c56a3;}

.ny_main02_you_news_ul{ width:950px; margin-top:20px; margin-bottom:40px;}
.ny_main02_you_news_ul li{ border-bottom:1px #ddd solid; padding-bottom:20px; margin-bottom:20px;}
.ny_main02_you_news_ul li h2 a{ display:block; font-size:17px; color:#333; line-height:30px; height:30px; overflow:hidden;}
.ny_main02_you_news_ul li p{ margin-top:10px; line-height:25px; height:50px; color:#666; overflow:hidden;}

.ny_main02_you_news_ul li span{ display:block; margin-top:10px; color:#888; background:url(../images/xq_icon_03.png) 0 center no-repeat; text-indent:25px; font-size:12px;}
.ny_main02_you_news_ul li:hover h2 a{ color:#2c56a3; text-decoration:underline;}


.ny_main02_you_dao{ width:950px;text-align:center;}
.ny_main02_you_dao a , .ny_main02_you_dao span{ padding:10px 16px; font-size:16px; margin:0 3px; border-radius:3px; display:inline-block; border:1px #ddd solid; background:#fff;}
.ny_main02_you_dao a.on , .ny_main02_you_dao a:hover{ background:#2c56a3; color:#fff;border:1px #2c56a3 solid;}



.ny_main02_you_cp_ul{ width:950px; overflow:hidden; margin-top:10px; margin-bottom:40px;}
.ny_main02_you_cp_ul ul{ width:980px;}
.ny_main02_you_cp_ul ul li{ width:295px;  float: left; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2); margin:25px 25px 5px 3px; overflow:hidden;}
.ny_main02_you_cp_ul ul li img{ width:275px; height:237px; margin:10px auto; display:block; overflow:hidden;transition: all 0.5s} 
.ny_main02_you_cp_ul ul li p{ text-align:center; line-height:60px; height:60px; overflow:hidden;   font-size:16px; border-top:1px #ddd solid; padding:0 10px;}    
.ny_main02_you_cp_ul ul li:hover img{transform: scale(0.96);}
.ny_main02_you_cp_ul ul li:hover p{ color:#2c56a3; border-top:1px #2c56a3 solid; font-weight:bold;}


.ny_news_p22{ width:950px; margin-top:40px; line-height:35px; color:#333;font-size: 16px;}

.ny_n_dao22{ line-height:40px; background:#f3f3f3; padding:20px 0; margin-top:30px; color:#2c56a3; overflow:hidden;}
.ny_n_dao_l22{ float:left; width:700PX; font-size:16px; margin-left:30px;}
.ny_n_dao_l22 a{ color:#666;}
.ny_n_dao_l22 a:hover ,.ny_news_xg li:hover a{ color:#2c56a3; text-decoration:underline;}
.ny_n_dao_r22{ float:right; margin-top:20px; margin-right:30px;}
.ny_n_dao_r22 a{ padding:9px 30px; background:#2c56a3; font-size:15px; color:#fff; border-radius:300px;}
.ny_n_dao_r22 a:hover{ background:#c00;}



.cp_ny_z22{ width:950px; overflow:hidden; margin-top:40px;}
.slideBox22{ width:390px; float:left; height:334px;overflow:hidden; position:relative; border:2px #eee solid; padding:15px; }
		.slideBox22 .hd{ width:390px; line-height:55px; height:55px; overflow:hidden; position:absolute; left:15px; bottom:15px;z-index:1; background:rgba(0,0,0,0.6);}
		.slideBox22 .hd ul{ overflow:hidden; zoom:1;text-align:center; }
		.slideBox22 .hd ul li{ display:inline-block; margin:0 5px;width:12px; height:12px; border-radius:50%;background:#fff; cursor:pointer; color:#999; margin-top:20px;}
		.slideBox22 .hd ul li.on{ background:#c00; color:#c00; }
		.slideBox22 .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox22 .bd li{ zoom:1; vertical-align:middle;   width:390px; height:334px;overflow:hidden;}
		.slideBox22 .bd li img{ width:390px; height:334px;  display:block; transition: all 0.6s; }


.cp_ny_r22{ width:490px; float:right; overflow:hidden;}
.ny_cp_p22 h1{font-size:24px; color:#2c56a3; line-height:30px; margin-bottom:15px;}  

.ny_cp_p22{ padding:30px; background:#f3f3f3; overflow:hidden;border-radius:10px 10px 0 0; font-size:15px; color:#666; line-height:35px; text-align:left; } 
.dianhua22{padding:20px; background:#2c56a3; overflow:hidden; border-radius:0 0 10px 10px; text-align:left; }
.dianhua22 p{background:url(../images/phone2.png) no-repeat 20px center; font-size:18px; color:#fff; text-indent:60px;}
.dianhua22 p b{font-size:24px;}
































</pre></body></html>